The Activation Server solution is fully customizable. It is provided
with the full source code that allows you to modify or extend its functionality
as you want.
To customize the Activation Manager, you can find the Visual Studio
solution and project files in the following directory:
\ACTIVATIONSERVER\SERVER\MANAGER.SLN
\ACTIVATIONSERVER\SERVER\ACTIVATIONMANAGER.ASPX
\ACTIVATIONSERVER\SERVER\ACTIVATIONMANAGER.ASPX.CS
To customize the Activation Service, you can find the Visual Studio
solution and project files in the following directory:
\ACTIVATIONSERVER\SERVER\WEBSERVICE.SLN
\ACTIVATIONSERVER\SERVER\SERVICE.ASMX
\ACTIVATIONSERVER\SERVER\APP_CODE\SERVICE.CS
The Activation Web Service is implemented using C# code-behind that
encapsulates the calls to the following native DLLs:
\ACTIVATIONSERVER\SERVER\BIN\LKGSM2.DLL
\ACTIVATIONSERVER\SERVER\BIN\LKGL3220.DLL (32-bit)
\ACTIVATIONSERVER\SERVER\BIN\LKGL6420.DLL (64-bit)
These DLLs must be deployed and have the permissions set to executable.
To customize the Activation Client, you can find the Visual Studio
solution and project files in the following directory:
\ACTIVATIONSERVER\CLIENT\GENERAL\ACTIVATION.SLN